Interface ServerDetails


public interface ServerDetails
This interface provides all details of server. It includes: 1. All URLs of server
  • Method Summary

    Modifier and Type
    Method
    Description
    This returns a set of URLs on which the service is available.
  • Method Details

    • getURLs

      List<String> getURLs()
      This returns a set of URLs on which the service is available. This should be in the order of priority.
      Please note that the URLs should NOT have a "\" or "/" at the end.
      Returns:
      All the server URLs.